*{
 padding:0;
 margin:0;
}
body{
	font-family: "微软雅黑";
	font-size:16px;
	position:relative; 
}
ul,ol{
 list-style:none;
}
.clearfix{
 zoom: 1;
}
.clearfix:after{
 content: ".";
 display: block;
 height: 0;
 line-height: 0;
 clear: both;
 visibility: hidden;
}
.clr{
 clear: both;
 height: 0;
}
.fl{
 float: left;
}
.fr{
 float: right;
}
.none{
 display: none;
}
.show{
	display:block;
}
.mt10{
 margin-top: 10px;
}
.mb10{
 margin-bottom: 10px;
}
.c{
	text-align:center
}

.pdb20{
	padding-bottom: 20px;
}



/********* 注册登录 *************/
.w771{
	width:771px;
	margin: 0 auto;
	background: #fff;
}

.w500{
	width:500px;
}

.modal-sidebar{
	text-align:center;
	height:308px;
	line-height:308px;
	width:269px;
	border-left:1px solid #ccc;
}

.border-none{
	border: 0 none;
}

.btn-common{
	width:100%;
	height:40px;
}


/****** 桥梁圈浮层 *********/
.pop-layout{
	position:absolute;
	left:0;
	top:0;
	z-index: 99;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	width:100%;
	height:100%;
}

.quan-vip-box{
	width:710px;
	height: 310px;
	border: 1px solid #868283;
	background:#fff;
	padding: 30px;
	position: absolute;
	left: 30%;
	top: 30%;
	z-index: 100;
}

.quan-vip-box h3{
	text-align:center;
	margin:0;
}

.quan-kt-vip{
	margin-top: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 25px 0;
	text-align:center;
}

.mt30{
	margin-top: 30px;
}

.quan-lj-vip{
	margin-top: 10px;
	text-align:center;
}

.quan-lj-vip a{
	font-size: 14px;
	color: #555555;
}

.pop-close{
	width: 28px;
	height:28px;
	text-align:center;
	line-height: 28px;
	border-radius: 28px;
	background: #fff;
	position:absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
}

.mt60{
	margin-top: 60px !important;
}